4D Chart v13CT Chart arrays |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Chart v13
CT Chart arrays
CT Chart arrays
CT Chart arrays creates a graph based on the specified arrays and returns the graph’s Object ID. This command can be used to create either a two-dimensional or three-dimensional graph. The following table lists the codes for the type parameter.
The size parameter determines how much space the graph fills when it is generated and how the graph size changes when you resize the window:
The categoryArray parameter contains the X-axis categories. seriesArray contains the series. In a two-dimensional graph, the series is displayed on the Category axis. In a three-dimensional graph, the series is displayed on the Series axis. valuesArray is a one-dimensional array that contains all the values to be graphed on the Values axis. valuesArray must be filled in so that there is a value for each element of the categoryArray and seriesArray. That is, if there are n categories and m series, there will be n*m elements in valuesArray. The following illustration shows the order in which valuesArray should be filled. n represents the total number of categories. m represents the total number of series.
|
PROPERTIES
Product: 4D Chart
INDEX HISTORY
Created: 4D Chart 1 SEE ALSO
CT Chart data |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||